Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update rust crate env_logger to 0.11.6 #78

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

nextest-bot
Copy link
Collaborator

@nextest-bot nextest-bot commented Jan 18, 2024

This PR contains the following updates:

Package Type Update Change
env_logger dependencies minor 0.10.1 -> 0.11.6

Release Notes

rust-cli/env_logger (env_logger)

v0.11.6

Compare Source

Features
  • Opt-in file and line rendering

v0.11.5

Compare Source

v0.11.4

Compare Source

v0.11.3

Compare Source

Features
  • Experimental support for key-value logging behind unstable-kv

v0.11.2

Compare Source

v0.11.1

Compare Source

Fixes
  • Allow styling with Target::Pipe

v0.11.0

Compare Source

Migration Guide

env_logger::fmt::Style:
The bespoke styling API, behind color, was removed, in favor of accepting any
ANSI styled string and adapting it to the target stream's capabilities.

Possible styling libraries include:

  • anstyle is a minimal, runtime string styling API and is re-exported as env_logger::fmt::style
  • owo-colors is a feature rich runtime string styling API
  • color-print for feature-rich compile-time styling API

custom_format.rs
uses anstyle via
Formatter::default_level_style

Breaking Change
  • Removed bespoke styling API
    • env_logger::fmt::Formatter::style
    • env_logger::fmt::Formatter::default_styled_level
    • env_logger::fmt::Style
    • env_logger::fmt::Color
    • env_logger::fmt::StyledValue
  • Removed env_logger::filter in favor of env_filter
Compatibility

MSRV changed to 1.71

Features
  • Automatically adapt ANSI escape codes in logged messages to the current terminal's capabilities
  • Add support for NO_COLOR and CLICOLOR_FORCE, see https://bixense.com/clicolors/
Fixes
  • Print colors when is_test(true)

v0.10.2

Compare Source

Performance
  • Avoid extra UTF-8 validation performed in some cases
Fixes
  • Ensure custom pipes/stdout get flushed
  • Don't panic on broken pipes when color is disabled

Configuration

📅 Schedule: Branch creation - "after 8pm,before 6am" in timezone America/Los_Angeles, Automerge - "after 8pm,before 6am" in timezone America/Los_Angeles.

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@nextest-bot nextest-bot added the dependencies Pull requests that update a dependency file label Jan 18, 2024
@nextest-bot nextest-bot changed the title fix(deps): update rust crate env_logger to 0.10.2 fix(deps): update rust crate env_logger to 0.11.0 Jan 20, 2024
@nextest-bot nextest-bot force-pushed the renovate/env_logger-0.x branch 2 times, most recently from 016944f to 45b672d Compare January 27, 2024 04:12
@nextest-bot nextest-bot changed the title fix(deps): update rust crate env_logger to 0.11.0 fix(deps): update rust crate env_logger to 0.11.1 Jan 27, 2024
@nextest-bot nextest-bot force-pushed the renovate/env_logger-0.x branch from 45b672d to 8fd5681 Compare February 14, 2024 04:14
@nextest-bot nextest-bot changed the title fix(deps): update rust crate env_logger to 0.11.1 fix(deps): update rust crate env_logger to 0.11.2 Feb 14, 2024
@nextest-bot nextest-bot force-pushed the renovate/env_logger-0.x branch from 8fd5681 to 9aabb26 Compare March 6, 2024 04:13
@nextest-bot nextest-bot changed the title fix(deps): update rust crate env_logger to 0.11.2 fix(deps): update rust crate env_logger to 0.11.3 Mar 6, 2024
@nextest-bot nextest-bot force-pushed the renovate/env_logger-0.x branch from 9aabb26 to 59b5bb1 Compare May 5, 2024 03:14
@nextest-bot nextest-bot changed the title fix(deps): update rust crate env_logger to 0.11.3 fix(deps): update rust crate env_logger to 0.11.0 May 5, 2024
@nextest-bot nextest-bot force-pushed the renovate/env_logger-0.x branch from 59b5bb1 to ba09447 Compare May 7, 2024 03:15
@nextest-bot nextest-bot changed the title fix(deps): update rust crate env_logger to 0.11.0 fix(deps): update rust crate env_logger to 0.11.3 May 7, 2024
@nextest-bot nextest-bot force-pushed the renovate/env_logger-0.x branch 4 times, most recently from 61f4a82 to c816a0d Compare May 7, 2024 04:39
@nextest-bot nextest-bot force-pushed the renovate/env_logger-0.x branch 2 times, most recently from 95007cb to 9172300 Compare May 18, 2024 12:48
@nextest-bot nextest-bot force-pushed the renovate/env_logger-0.x branch from 9172300 to 41e11bb Compare June 28, 2024 03:31
@nextest-bot nextest-bot force-pushed the renovate/env_logger-0.x branch from 41e11bb to 004aa2b Compare July 24, 2024 03:15
@nextest-bot nextest-bot changed the title fix(deps): update rust crate env_logger to 0.11.3 fix(deps): update rust crate env_logger to 0.11.4 Jul 24, 2024
@nextest-bot nextest-bot force-pushed the renovate/env_logger-0.x branch from 004aa2b to 7ef7708 Compare July 26, 2024 03:17
@nextest-bot nextest-bot changed the title fix(deps): update rust crate env_logger to 0.11.4 fix(deps): update rust crate env_logger to 0.11.5 Jul 26, 2024
@nextest-bot nextest-bot force-pushed the renovate/env_logger-0.x branch 2 times, most recently from 8e9405e to 02c9c98 Compare September 12, 2024 03:34
@nextest-bot nextest-bot force-pushed the renovate/env_logger-0.x branch from 02c9c98 to 348d22f Compare September 15, 2024 03:36
@nextest-bot nextest-bot force-pushed the renovate/env_logger-0.x branch 2 times, most recently from ce1c863 to c6edb2c Compare October 23, 2024 03:26
@nextest-bot nextest-bot force-pushed the renovate/env_logger-0.x branch from c6edb2c to e2457b6 Compare November 1, 2024 06:21
@nextest-bot nextest-bot force-pushed the renovate/env_logger-0.x branch from e2457b6 to 22f6ae0 Compare November 6, 2024 05:33
@nextest-bot nextest-bot force-pushed the renovate/env_logger-0.x branch from 22f6ae0 to b4074a6 Compare December 21, 2024 04:18
@nextest-bot nextest-bot changed the title fix(deps): update rust crate env_logger to 0.11.5 fix(deps): update rust crate env_logger to 0.11.6 Dec 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant